var time.daysBefore
9 uses
time (current package)
format.go#L1325: if int(daysBefore[m]) < yday {
format.go#L1328: d = yday - int(daysBefore[m-1])
time.go#L1025: end := int(daysBefore[month+1])
time.go#L1031: begin = int(daysBefore[month])
time.go#L1042: var daysBefore = [...]int32{
time.go#L1062: return int(daysBefore[m] - daysBefore[m-1])
time.go#L1487: d += uint64(daysBefore[month-1])
zoneinfo.go#L595: d += int(daysBefore[r.mon-1])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |